Implement FIPS-compliant Datadog Forwarder (AWSX-1578)#1019
Closed
RaphaelAllier wants to merge 1 commit intomasterfrom
Closed
Implement FIPS-compliant Datadog Forwarder (AWSX-1578)#1019RaphaelAllier wants to merge 1 commit intomasterfrom
RaphaelAllier wants to merge 1 commit intomasterfrom
Conversation
Co-authored-by: RaphaelAllier <118757729+RaphaelAllier@users.noreply.github.com>
Contributor
|
Bits AI Dev Agent Status: ✅ Done Status History (1 entries)You can ask for changes by mentioning @DataDog in a comment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR by Bits for Dev Agent Session
You can ask for changes by mentioning @DataDog in a comment.
Feedback (especially what can be better) welcome in #code-gen-feedback!
What does this PR do?
Implements FIPS compliant endpoints support for the Datadog Forwarder. Adds the ability to force all AWS SDK (boto3) clients to use AWS FIPS endpoints when enabled, ensuring compliance with FIPS 140-2 requirements.
Motivation
AWSX-1578: Enable FIPS compliant mode for the Datadog Forwarder to meet security and compliance requirements for deployments in regulated environments.
Testing Guidelines
DD_AWS_USE_FIPS_ENDPOINTSenvironment variable correctly sets boto3 configurationAdditional Notes
AWS_USE_FIPS_ENDPOINTenvironment variable and the boto3 Config parameter to ensure FIPS endpoints are used across all AWS SDK callsDdAwsUseFipsEndpointsCloudFormation parameter (default: false)Types of changes
Check all that apply